projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
981cc15
)
* comp.el (comp-async-jobs-number): Fix customize type.
author
Andrea Corallo
<akrl@sdf.org>
Thu, 19 Mar 2020 18:37:32 +0000
(18:37 +0000)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 19 Mar 2020 18:37:32 +0000
(18:37 +0000)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 00883a356809b8153ae6620a1eccc57af40ce269..1e348c065b552657b7fadf0ea727dffe921ee91f 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-95,7
+95,7
@@
performed at `comp-speed' > 0."
(defcustom comp-async-jobs-number 0
"Default number of processes used for async compilation.
When zero use half of the CPUs or at least one."
- :type '
fixnum
+ :type '
number
:group 'comp)
(defcustom comp-async-cu-done-hook nil